projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43474a5
)
* nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame...
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 18 May 2009 08:01:20 +0000
(08:01 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 18 May 2009 08:01:20 +0000
(08:01 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8620a3ef396774d0a3c0f94f26ac2d38099433e0..2518a8da077a00a1573b46e879475ca9d98b49c5 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,10
@@
2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_read_socket): Remove unused variable.
+ * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
+ whether selected frame is viable before raising it (based on patch
+ by David Reitter), and improve commentary.
+ * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
2009-05-15 Kenichi Handa <handa@m17n.org>